home *** CD-ROM | disk | FTP | other *** search
/ Sport Stretch Interactive Stretching / Sport Stretch Interactive Stretching.iso / pc / PGFINISH.DIR / 00024_exit button.ls < prev    next >
Encoding:
Text File  |  2000-08-24  |  221 b   |  12 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("buttonEO")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("buttonE")
  7. end
  8.  
  9. on mouseUp me
  10.   go(1, "exit.dir")
  11. end
  12.